authentication
In the screen shot below, the request URI and the body values are taken from the App Registration.
Header Parameters
Unless stated, these parameters are mandatory.
Name | Type | Description |
---|---|---|
Content-Type |
application/x-www-form-urlencoded |
The content type. |
Output Data Properties
The following set of data items represent an authentication result that will be returned as part of a successful authentication_get response.
Name |
Type |
Format |
Description |
---|---|---|---|
access_token | String | The JWT access token. | |
expires_in | Integer | Int32 | The expiration time, in seconds. |
scope |
String |
|
The assigned scope (role) of the authentication token. |
token_type | String | The type of token. The default is Bearer. |